Version

AddCurve(PointF[],Single) Method

Adds a spline curve to the current figure.
Syntax
'Declaration
 
Public Overloads Sub AddCurve( _
   ByVal points() As PointF, _
   ByVal tension As Single _
) 
public void AddCurve( 
   PointF[] points,
   float tension
)

Parameters

points
An array of System.Drawing.PointF structures that represents the points that define the curve.
tension
A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also